From: Richard M. Stallman Date: Sat, 22 May 1993 04:19:14 +0000 (+0000) Subject: (apropos-print-matches): Bind tem. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96114 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=2b0194315a0be076bce081a8346e2e979744f778;p=emacs.git (apropos-print-matches): Bind tem. --- diff --git a/lisp/apropos.el b/lisp/apropos.el index 161934fee81..6c2568eca55 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -196,7 +196,7 @@ Returns list of symbols and documentation found." (string-lessp (car a) (car b)))))) (let ((p matches) (old-buffer (current-buffer)) - item keys-done symbol) + item keys-done symbol tem) (save-excursion (set-buffer standard-output) (or matches (princ "No matches found."))